LEADTOOLS (Leadtools assembly)

IsReadOnly Property

Show in webframe







Specifies whether or not the collection is Read Only.
Syntax
public virtual bool IsReadOnly {get;}
'Declaration
 
Public Overridable ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As RasterCollection(Of T)
Dim value As Boolean
 
value = instance.IsReadOnly
public virtual bool IsReadOnly {get;}

            

            
 get_IsReadOnly(); 
public:
virtual property bool IsReadOnly {
   bool get();
}

Property Value

true if the collection is read only; false, otherwise.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.